home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / util / shell / ViNCEd.readme < prev   
Encoding:
Text File  |  2000-07-01  |  15.5 KB  |  329 lines

  1. Short:    ViNCEd, the final CON: solution. ^Z, TAB Expand....
  2. Author:   thor@math.tu-berlin.de (Thomas Richter)
  3. Uploader: thor@math.tu-berlin.de (Thomas Richter)
  4. Version:  3.71
  5. Type:     util/shell
  6. Requires: Any Amiga, kickstart V37 or better (Os 2.0 or better)
  7. Replaces: ViNCGoodies.lha, ViNCBeta.lha
  8.  
  9. ---------------------------------------------------------------------------
  10. Warning: The 3.69 was is the LAST releases that still supported Os 1.x
  11.      You have been warned. 3.71 requires Os 2.0 or better.
  12. ---------------------------------------------------------------------------
  13.  
  14.                         About ViNCEd
  15. ---------------------------------------------------------------------------
  16. The latest version (3.71) of my full screen shell editor (CON: replacement)
  17. ---------------------------------------------------------------------------
  18.  
  19. Features:
  20. -Extremly flexible
  21. -Comes with prefs program with nice GUI
  22. -User defineable macros and buttons (gadgets) with parameters
  23. -Full screen editor, not line limited
  24. -Compatible to CON: and ConMan
  25. -VT-220 emulation build in
  26. -ANSI (VT-xxx) colors on request
  27. -Freely configurable keyboard
  28. -ASCII prefs, a standard editor is enough to change them by hand.
  29. -Keypad mode on request (numeric keypad for cursor control)
  30. -Supports control sequences of:
  31.         -CON:
  32.         -VT-220
  33.         -DEC
  34.         -XTerm (Unix Shells) including mouse tracking
  35.         -SGI winterm
  36.         -plus private stuff (set keyboard, colors and font by ctrl seqs)
  37. -TAB expansion, with different TAB requesters as option
  38. -TAB expansion cache
  39. -Colored cursor on request
  40. -Menu, clipboard support build in (no ConClip needed)
  41. -"More than complete" online help plus documentation
  42. -C include files, autodocs for the library included
  43. -Screen title might contain path/fail codes/CLI number & more
  44. -Localizeable (German available, more locales welcome)
  45. -Job control á la unix with Ctrl-Z
  46.         -suspends shell jobs
  47.         -sends shell jobs to forgeground & background
  48.          using tiny shell scripts "fg" and "bg" like unix
  49.     - "screens" support
  50. -documented library for own applications and editor programming
  51. -iconification support
  52. -uses public "tbiclass" gadgets of VisualPrefs, or Massimo's
  53.  toolbutton images if available. 
  54. -easy installation
  55. -full control by single program (SetVNC)
  56. -clipboard support, snip control with middle mouse button or Ctrl-left-Mouse
  57. -can create private screens on request
  58. -font & monitor selectable by prefs
  59. -icon drop, with modifiers for path/name only
  60. -100% assembly language => fast & short (err, as short as I could do it.)
  61.  
  62. Plus:   It's 100% free! Hey, I must be crazy!
  63.  
  64. -----------------------------------------------------------------------------
  65.  
  66. -------- history ----- this is not the complete history, read the guide!----
  67.  
  68.  
  69. Changes made for 3.71:
  70.  
  71.         - The TAB expansion did not handle file names containing double
  72.           quotes and blank spaces correctly.
  73.         - Removed the intuition delay from ViNCEd and SetVNC. It is not
  74.           required for Os 2.04 or better anyhow.
  75.  
  76. Changes made for 3.70:
  77.  
  78.     - Lots of housekeeping work:
  79.         - Removed all obsolete Os 1.x handling code:
  80.             - The code does no longer try to use arp if V37
  81.               dos.library is not available.
  82.             - I will now use EasyRequester() instead of the
  83.               obsolete AutoRequest().
  84.             - Menu construction will use gadtools routines now.
  85.             - File requester requires asl now and will no longer
  86.               fall back to arp.
  87.             - ViNCEd requires now V37 boopsis and will no longer
  88.               be able to build its own gadgets in case boopsis
  89.               are not available.
  90.             - A lot of fallback code to V33 releases has been
  91.               removed. Finally.
  92.             - As a result of all this work, the library shrunk
  93.               in size even though new features have been 
  94.               included.
  95.         - Rewrote the startup code completely. The pre 3.70 code
  96.           was more adapted to the V33 ramlib mechanism and tried to
  97.           work around some ramlib features which are no longer an
  98.           issue. It therefore might have run into some race conditions
  99.           that have been removed for the new code. As a side effect,
  100.           the "GlobVec" entry of the mount list should be set to -2.
  101.           (For the experts: Yes, ViNCEd knows how to handle the race
  102.            conditions caused by this. Don't worry...)
  103.     - Added multiple "screen" handling which is owner-specific. Hence, a
  104.       ViNCEd window is now able to hold more than just "one buffer". The
  105.       contents of the ViNCEd "screens" can be exchanged by a single CSI
  106.       sequence, as in XTerm. Useful for terminals. (Typically used by
  107.       programs like "elm" or "emacs")
  108.     - Added mouse tracking support, mainly for "VIM". ViNCEd is now able 
  109.       to support X10 mouse button messages, XTerm and XTerm2 mouse 
  110.       tracking commands. XTerm "interactive" mouse tracking is not
  111.       supported due to some limitations the intuition world sets. The
  112.       documentation does not yet cover this feature fully, sorry.
  113.     - Added a keyboard function to iconify the window. The old SetVNC
  114.       should already be able to handle this, it is flexible enough.
  115.     - Fixed a tiny bug in the preferences handling; the default 
  116.       preferences location used to be the old instead of the new location.
  117.     - Fixed a bug in ESCc, reset handling. ESCc did not reset the cursor
  118.       rendering CSI0p. 
  119.     - Removed the obsolete "CHUNKYPIXEL" preferences flag. ViNCEd was and
  120.       still is smart enough to detect chunky screens itself, this flag was
  121.       in fact never required.
  122.     - Added the "NCURSESFIX" flag to SetVNC and the preferences structure.
  123.       This flag controls some messy details of the "word wrap" function
  124.       and is now pre-selectable by the preferences function.
  125.     - Updated the ViNCEd guide to include the modifications.
  126.     - Updated the SetVNC localization (german only) to include the new
  127.       flags.
  128.  
  129. -----------------------------------------------------------------------------
  130. Notes: 
  131.  
  132.         Check the TOP_SECRET or ReadMe.First file in this archive!
  133.     Especially, these SHOULD BE RUN FIRST before you start with
  134.     the installation.
  135.  
  136.         VirusWorkShop seems to have trouble with the overlay file structure
  137.         that is used by the SetVNC program.
  138.         THIS IS NOT A VIRUS! It is a bugfix of the oldish CBM overlay 
  139.         manager which is really buggy!
  140.  
  141.         To trick VirusWorkshop, the SetVNC program in this archive is
  142.         encoded. Use the "Decode" program from the "Extras" drawer to
  143.         decode manually. The installer script has been updated to do 
  144.         this for you.
  145.  
  146. -----------------------------------------------------------------------------
  147.  
  148. Send ideas, improvements, bugreports (please as concrete as possible) to:
  149.  
  150.  
  151.         Thomas Richter
  152.  
  153.  
  154. EMail:  thor@math.tu-berlin.de
  155.  
  156. or "Wisit the Web" site:
  157.  
  158. WWW:    http://www.math.tu-berlin.de/~thor/thor/index.html
  159.  
  160. -----------------------------------------------------------------------------
  161.  
  162. May 2000
  163.         Thomas
  164.  
  165.  
  166. ============================= Archive contents =============================
  167.  
  168. Original  Packed Ratio    Date     Time    Name
  169. -------- ------- ----- --------- --------  -------------
  170.      628     271 56.8% 19-Dec-98 13:55:00 +Antique.info
  171.      953     526 44.8% 01-May-00 17:13:22 +Antique.Readme
  172.      856     376 56.0% 18-Oct-98 23:29:06 +Antique.Readme.info
  173.       92      85  7.6% 18-Oct-98 23:44:24 +MountList
  174.    19608   10589 45.9% 18-Oct-98 23:28:16 +SetVNC
  175.    17648    9807 44.4% 19-Dec-90 17:35:14 +SetVNC_1.3
  176.    21980   14345 34.7% 19-Dec-90 17:36:12 +VNC-Handler
  177.    43328   26752 38.2% 18-Oct-98 23:27:58 +vnc.library
  178.      628     267 57.4% 19-Dec-98 13:55:00 +AREXX.info
  179.      188     179  4.7% 12-Aug-98 20:38:46 +rexxsyslib.pch
  180.      938     467 50.2% 24-Dec-98 00:30:52 +ATO.readme
  181.     2441    1123 53.9% 28-Feb-98 21:37:24 +ATO.ReadMe.First
  182.      856     378 55.8% 19-Dec-98 13:55:00 +ATO.ReadMe.First.info
  183.      856     375 56.1% 19-Dec-98 13:55:00 +ATO.readme.info
  184.      628     268 57.3% 19-Dec-98 13:55:00 +C.info
  185.    53500   28590 46.5% 11-May-00 21:49:30 +SetVNC.coded
  186.      628     265 57.8% 19-Dec-98 13:55:00 +DEVS.info
  187.      628     267 57.4% 06-Sep-98 14:43:22 +DOSDrivers.info
  188.      325     226 30.4% 27-Jan-00 22:28:40 +NEWCON
  189.      481     261 45.7% 06-Sep-98 14:43:22 +NEWCON.info
  190.      270     195 27.7% 27-Jan-00 22:28:00 +VNC
  191.      481     263 45.3% 06-Sep-98 14:43:22 +VNC.info
  192.      262     192 26.7% 27-Jan-00 22:28:22 +VNR
  193.      481     263 45.3% 06-Sep-98 14:43:22 +VNR.info
  194.      105      94 10.4% 24-Apr-00 13:33:22 +Mount_NEWCON
  195.      102      88 13.7% 24-Apr-00 13:33:12 +Mount_VNC
  196.     1380     356 74.2% 03-Nov-96 17:28:28 +Disk.info
  197.      628     276 56.0% 01-May-00 17:11:12 +Extras.info
  198.     8424    5274 37.3% 27-Sep-98 21:08:12 +CLIcon
  199.      758     316 58.3% 01-May-00 17:11:12 +CLIcon.info
  200.       87      79  9.1% 07-Nov-98 13:06:48 +CONSOLE
  201.      481     267 44.4% 01-May-00 17:11:12 +CONSOLE.info
  202.      440     380 13.6% 06-Apr-97 00:59:46 +Decode
  203.     4056    2427 40.1% 21-Dec-97 20:34:56 +FastFonts
  204.      568     271 52.2% 01-May-00 17:11:12 +FastFonts.info
  205.      628     268 57.3% 01-May-00 17:11:12 +Fonts.info
  206.      264      31 88.2% 01-Nov-97 14:05:06 +topaz6.font
  207.     2216    1357 38.7% 01-Nov-97 14:05:44 +8e
  208.      332     309  6.9% 10-Nov-98 23:42:50 +More.pch
  209.      320     297  7.1% 23-Oct-99 15:00:14 +More_44.pch
  210.      102      93  8.8% 01-May-00 16:58:06 +Mount_CONSOLE
  211.      580     424 26.8% 23-Jan-99 18:49:58 +NamedConsoleHandler
  212.      284     251 11.6% 02-Nov-96 20:10:54 +PatchAlloc
  213.     1428     980 31.3% 01-May-00 16:51:28 +PatchRAM
  214.     5771    2624 54.5% 01-May-00 16:51:28 +PatchRAM.readme
  215.      856     377 55.9% 01-May-00 17:11:12 +PatchRAM.readme.info
  216.     1416     963 31.9% 09-Aug-98 19:05:18 +RunTool
  217.    14688    9310 36.6% 02-Nov-96 23:10:54 +spatch
  218.     9740    5888 39.5% 16-Oct-99 17:24:04 +StringSnip
  219.     2981    1426 52.1% 23-Jan-99 18:47:16 +StringSnip.prefs
  220.    10579    4433 58.0% 16-Oct-99 17:25:26 +StringSnip.readme
  221.     7272    4502 38.0% 27-Sep-98 00:38:02 +titlebar.image
  222.     4276    2017 52.8% 11-Aug-98 21:54:16 +TrueMultiAssigns
  223.      628     271 56.8% 01-May-00 17:11:12 +UnixDirs3.info
  224.     3524    2501 29.0% 21-Mar-97 21:53:38 +UnixDirs3
  225.    32747   12181 62.8% 21-Mar-97 21:53:42 +UnixDirs3.guide
  226.      537     283 47.2% 20-Aug-97 20:58:52 +UnixDirs3.guide.info
  227.     1701     783 53.9% 20-Aug-97 20:58:52 +UnixDirs3.info
  228.      809     465 42.5% 21-Mar-97 22:10:22 +UnixDirs3.readme
  229.      628     267 57.4% 19-Dec-98 13:55:00 +Guides.info
  230.    11823    4428 62.5% 27-Sep-98 00:42:48 +titlebar.guide
  231.      468     224 52.1% 11-Sep-98 22:49:50 +titlebar.guide.info
  232.   642360  188966 70.5% 11-May-00 22:14:38 +ViNCEd.guide
  233.      523     273 47.8% 11-Aug-98 21:50:54 +ViNCEd.guide.info
  234.      628     273 56.5% 19-Dec-98 13:54:58 +Include.info
  235.    10992    4171 62.0% 27-Sep-98 00:39:14 +titlebar.doc
  236.   114530   26520 76.8% 24-Apr-00 15:41:00 +vnc.doc
  237.     7134    2507 64.8% 22-Aug-98 18:14:22 +Boopsis_Readme
  238.      190     141 25.7% 27-Sep-98 00:44:10 +titlebarimage_protos.h
  239.     6762    1471 78.2% 24-Apr-00 15:44:46 +vnc_protos.h
  240.     6760    1471 78.2% 22-Aug-98 15:08:12 +vnc_protos.h.bak
  241.     8949    2470 72.3% 24-Apr-00 13:47:56 +ReadConsoleWindow.c
  242.     1591     822 48.3% 24-Apr-00 13:48:46 +ReadMe
  243.     8711    2496 71.3% 22-Aug-98 18:04:44 +ReadPrefs.c
  244.     5814    1734 70.1% 11-Sep-98 22:51:36 +TBITest.c
  245.      209     157 24.8% 24-Apr-00 14:50:58 +ReadMe
  246.      127     110 13.3% 27-Sep-98 00:42:16 +titlebarimage_cl.fd
  247.     5781    2059 64.3% 24-Apr-00 14:50:44 +vnc_lib.fd
  248.      450     231 48.6% 27-Sep-98 00:43:52 +titlebar.h
  249.      290     188 35.1% 22-Aug-98 18:13:40 +ReadMe
  250.     3052     859 71.8% 24-Apr-00 15:42:28 +vnc_lib.i
  251.     1671     759 54.5% 22-Aug-98 18:10:18 +ReadMe
  252.    18148    3977 78.0% 22-Aug-98 14:37:12 +vnc_stub.base.lib
  253.    18292    3997 78.1% 22-Aug-98 14:37:14 +vnc_stub.lib
  254.    17616    3767 78.6% 22-Aug-98 14:37:12 +vnc_stub.rr.base.lib
  255.    17744    3792 78.6% 22-Aug-98 14:37:14 +vnc_stub.rr.lib
  256.      120     104 13.3% 27-Sep-98 00:43:36 +titlebarimage_pragmas.h
  257.     8873    1888 78.7% 24-Apr-00 15:43:38 +vnc_pragmas.h
  258.      215     139 35.3% 27-Sep-98 00:43:22 +titlebarimage.h
  259.      223     139 37.6% 22-Aug-98 13:45:28 +vnc.h
  260.     3769    1543 59.0% 11-Sep-98 22:58:38 +ReadME
  261.     9103    3129 65.6% 20-Aug-98 22:09:02 +Dynamics.h
  262.     2997    1035 65.4% 22-Aug-98 14:22:36 +IO.h
  263.     7647    1908 75.0% 24-Apr-00 15:49:30 +Keyboard.h
  264.     3683    1046 71.5% 20-Aug-98 22:19:14 +Macros.h
  265.     6671    1875 71.8% 22-Aug-98 11:51:08 +Owner.h
  266.     2236     747 66.5% 24-Apr-00 15:46:06 +Packets.h
  267.    13429    3891 71.0% 27-Apr-00 22:43:04 +prefs.h
  268.    13429    3893 71.0% 27-Apr-00 22:39:20 +prefs.h.bak
  269.     2843     960 66.2% 22-Aug-98 11:55:26 +Requester.h
  270.     9978    2651 73.4% 24-Apr-00 16:05:46 +VNCBase.h
  271.    34175    8036 76.4% 24-Apr-00 16:13:48 +window.h
  272.      628     269 57.1% 23-Dec-98 13:42:22 +Install.info
  273.      805     477 40.7% 23-Dec-98 13:42:22 +Deutsch.info
  274.      793     469 40.8% 23-Dec-98 13:42:22 +English.info
  275.      803     482 39.9% 23-Dec-98 13:42:22 +Français.info
  276.   130829   38628 70.4% 23-Jan-99 18:34:28 +Install_VNC
  277.      803     480 40.2% 23-Dec-98 13:42:22 +Italiano.info
  278.      804     483 39.9% 23-Dec-98 13:42:22 +Slovensko.info
  279.      628     267 57.4% 19-Dec-98 13:54:58 +LIBS.info
  280.   119728   72392 39.5% 11-May-00 21:48:58 +vnc.library
  281.      628     268 57.3% 19-Dec-98 13:54:58 +LOCALE.info
  282.    14160    5345 62.2% 27-Apr-00 23:29:02 +VNC.prefs.catalog
  283.     1832     928 49.3% 26-Dec-98 00:32:30 +VNC.sys.catalog
  284.    57716   18550 67.8% 07-Nov-98 19:06:44 +prefs.construct
  285.    10206    3900 61.7% 16-Jan-99 18:49:04 +sys.construct
  286.    13722    5074 63.0% 07-Nov-98 19:05:46 +VNC.prefs.catalog
  287.     1914     945 50.6% 16-Jan-99 18:49:18 +VNC.sys.catalog
  288.      628     252 59.8% 23-Dec-98 13:33:48 +italiano.info
  289.    57984   18659 67.8% 21-Dec-98 18:25:36 +prefs.construct
  290.     9934    3865 61.0% 23-Jan-99 14:47:40 +sys.construct
  291.    14102    5298 62.4% 23-Dec-98 13:35:22 +VNC.prefs.catalog
  292.     1934     982 49.2% 23-Jan-99 14:47:52 +VNC.sys.catalog
  293.    57457   18748 67.3% 05-Dec-98 22:45:26 +prefs.construct
  294.    10110    3899 61.4% 23-Jan-99 14:46:16 +sys.construct
  295.    13150    5121 61.0% 05-Dec-98 22:45:26 +VNC.prefs.catalog
  296.     1742     915 47.4% 23-Jan-99 14:46:28 +VNC.sys.catalog
  297.    12706    5056 60.2% 19-Dec-98 22:49:48 +VNC.prefs.catalog
  298.     1722     877 49.0% 19-Dec-98 22:49:48 +VNC.sys.catalog
  299.      628     269 57.1% 19-Dec-98 13:54:58 +Localize!.info
  300.     6640    4213 36.5% 13-Jan-98 19:55:48 +CreateCatalog
  301.    58354   18999 67.4% 27-Apr-00 23:29:20 +prefs.construct
  302.     5022    2132 57.5% 03-Oct-98 19:13:04 +ReadMe
  303.    10665    4118 61.3% 13-Mar-99 21:52:36 +sys.construct
  304.      632     317 49.8% 19-Dec-98 13:54:58 +Prefs.info
  305.     6568    2129 67.5% 22-Aug-98 18:47:16 +Default.Prefs
  306.      479     225 53.0% 22-Aug-98 18:44:54 +Default.Prefs.info
  307.     6536    2116 67.6% 22-Aug-98 18:46:30 +My.Prefs
  308.      479     225 53.0% 16-Aug-98 20:42:12 +My.Prefs.info
  309.     6814    2272 66.6% 22-Aug-98 18:49:48 +XTerm.Prefs
  310.      479     225 53.0% 16-Aug-98 20:48:52 +XTerm.Prefs.info
  311.      697     479 31.2% 11-May-00 22:40:02 +SetVNC.info
  312.    28375   10627 62.5% 11-May-00 22:34:10 +Readme.First!
  313.     1386     889 35.8% 25-Apr-99 22:15:32 +Readme.First!.info
  314.      628     267 57.4% 19-Dec-98 13:54:58 +S.info
  315.       17      17  0.0% 11-Aug-98 21:52:16 +bg
  316.       50      50  0.0% 11-Aug-98 21:52:16 +fg
  317.      383     222 42.0% 11-Aug-98 21:52:16 +fork
  318.      106      87 17.9% 11-Aug-98 21:52:16 +History
  319.      103      96  6.7% 11-Aug-98 21:52:16 +More
  320.      986     372 62.2% 11-Aug-98 21:52:16 +SetFont
  321.      322     179 44.4% 11-Aug-98 21:52:16 +SetKeyboard
  322.      768     349 54.5% 19-Dec-98 13:54:58 +Shell.info
  323.      765     342 55.2% 19-Dec-98 13:54:58 +Shell_VNC.info
  324.    28375   10627 62.5% 11-May-00 22:33:40 +Top Secret!
  325.     1386     888 35.9% 25-Apr-99 22:15:32 +Top Secret!.info
  326.     6864    3005 56.2% 11-May-00 22:34:56 +ViNCEd.readme
  327. -------- ------- ----- --------- --------
  328.  2032001  727671 64.1% 16-May-100 22:28:38   157 files
  329.